[INFO] cloning repository https://github.com/PGMFFEnthusiasts/ghast
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PGMFFEnthusiasts/ghast" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPGMFFEnthusiasts%2Fghast", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPGMFFEnthusiasts%2Fghast'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 08c35b793082f4d0986c0e32a5d605ade3cac390
[INFO] fixing PGMFFEnthusiasts/ghast against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPGMFFEnthusiasts%2Fghast" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PGMFFEnthusiasts/ghast
[INFO] finished tweaking git repo https://github.com/PGMFFEnthusiasts/ghast
[INFO] tweaked toml for git repo https://github.com/PGMFFEnthusiasts/ghast written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PGMFFEnthusiasts/ghast on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PGMFFEnthusiasts/ghast already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uuid v1.18.0
[INFO] [stderr]   Downloaded ref-cast v1.0.24
[INFO] [stderr]   Downloaded ref-cast-impl v1.0.24
[INFO] [stderr]   Downloaded moka v0.12.10
[INFO] [stderr]   Downloaded generator v0.8.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c9694b9516e5f09d00fd1e5a958507b4fee8bb32f51edcd8142647166b73daf6
[INFO] running `Command { std: "docker" "start" "c9694b9516e5f09d00fd1e5a958507b4fee8bb32f51edcd8142647166b73daf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c9694b9516e5f09d00fd1e5a958507b4fee8bb32f51edcd8142647166b73daf6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9694b9516e5f09d00fd1e5a958507b4fee8bb32f51edcd8142647166b73daf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c9694b9516e5f09d00fd1e5a958507b4fee8bb32f51edcd8142647166b73daf6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]     Checking bitflags v2.9.2
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.33
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]     Checking winnow v0.7.12
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling uuid v1.18.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking tempfile v3.21.0
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking ubyte v0.10.4
[INFO] [stderr]     Checking hyper-util v0.1.16
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking unicase v2.8.1
[INFO] [stderr]     Checking binascii v0.1.4
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]    Compiling moka v0.12.10
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking unicase_serde v0.1.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking reqwest v0.12.23
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking rocket_cors v0.6.0
[INFO] [stderr]     Checking ghast v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/db/database.rs:32:22
[INFO] [stdout]    |
[INFO] [stdout] 32 |           let result = sqlx::query!(
[INFO] [stdout]    |  ______________________^
[INFO] [stdout] 33 | |             r#"
[INFO] [stdout] 34 | |      SELECT m.server, m.start_time, m.duration, m.winner, m.team_one_score, m.team_two_score,
[INFO] [stdout] 35 | |        m.map, m.is_tourney, m.team_one_name, m.team_two_name, m.team_one_color, m.team_two_color
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |             id as i32
[INFO] [stdout] 41 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/db/database.rs:77:22
[INFO] [stdout]    |
[INFO] [stdout] 77 |           let result = sqlx::query!(
[INFO] [stdout]    |  ______________________^
[INFO] [stdout] 78 | |                 r#"
[INFO] [stdout] 79 | |     SELECT m.match, m.server, m.start_time, m.duration, m.winner, m.team_one_score, m.team_two_score,
[INFO] [stdout] 80 | |            m.map, m.is_tourney, m.team_one_name, m.team_two_name, m.team_one_color, m.team_two_color,
[INFO] [stdout] ...  |
[INFO] [stdout] 86 | |     "#,
[INFO] [stdout] 87 | |             )
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:139:22
[INFO] [stdout]     |
[INFO] [stdout] 139 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 140 | |             r#"
[INFO] [stdout] 141 | |      SELECT m.match, m.server, m.start_time, m.duration, m.winner, m.team_one_score, m.team_two_score,
[INFO] [stdout] 142 | |        m.map, m.is_tourney, m.team_one_name, m.team_two_name, m.team_one_color, m.team_two_color,
[INFO] [stdout] ...   |
[INFO] [stdout] 149 | |             end_time_millis
[INFO] [stdout] 150 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:199:22
[INFO] [stdout]     |
[INFO] [stdout] 199 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 200 | |             r#"
[INFO] [stdout] 201 | |      SELECT player, team, kills, deaths, assists, killstreak, dmg_dealt, dmg_taken, pickups,
[INFO] [stdout] 202 | |      throws, passes, catches, strips, touchdowns, touchdown_passes, passing_blocks, receive_blocks,
[INFO] [stdout] ...   |
[INFO] [stdout] 206 | |             match_id as i32
[INFO] [stdout] 207 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:265:20
[INFO] [stdout]     |
[INFO] [stdout] 265 |           let name = sqlx::query_scalar!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 266 | |             r#"SELECT name FROM player_identities WHERE uuid = $1"#,
[INFO] [stdout] 267 | |             uuid_bytes.as_slice()
[INFO] [stdout] 268 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_scalar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:280:20
[INFO] [stdout]     |
[INFO] [stdout] 280 |           let name = sqlx::query_scalar!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 281 | |             r#"SELECT name FROM player_identities WHERE uuid = $1"#,
[INFO] [stdout] 282 | |             uuid_bytes
[INFO] [stdout] 283 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_scalar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:298:20
[INFO] [stdout]     |
[INFO] [stdout] 298 |           let rows = sqlx::query!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 299 | |             r#"
[INFO] [stdout] 300 | |             SELECT name, uuid
[INFO] [stdout] 301 | |             FROM player_identities
[INFO] [stdout] ...   |
[INFO] [stdout] 304 | |             &uuid_bytes
[INFO] [stdout] 305 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:335:22
[INFO] [stdout]     |
[INFO] [stdout] 335 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 336 | |             r#"
[INFO] [stdout] 337 | |             SELECT
[INFO] [stdout] 338 | |                 t.id,
[INFO] [stdout] ...   |
[INFO] [stdout] 351 | |             "#
[INFO] [stdout] 352 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:385:22
[INFO] [stdout]     |
[INFO] [stdout] 385 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 386 | |             r#"
[INFO] [stdout] 387 | |             SELECT id, name, date, winner_team_id
[INFO] [stdout] 388 | |             FROM tournament
[INFO] [stdout] ...   |
[INFO] [stdout] 391 | |             id as i32
[INFO] [stdout] 392 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:412:22
[INFO] [stdout]     |
[INFO] [stdout] 412 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 413 | |             r#"
[INFO] [stdout] 414 | |             SELECT tournament_id, team_id, captain_uuid
[INFO] [stdout] 415 | |             FROM tournament_team
[INFO] [stdout] ...   |
[INFO] [stdout] 419 | |             tournament_id as i32
[INFO] [stdout] 420 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:447:22
[INFO] [stdout]     |
[INFO] [stdout] 447 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 448 | |             r#"
[INFO] [stdout] 449 | |             SELECT tournament_id, team_id, player_uuid
[INFO] [stdout] 450 | |             FROM tournament_team_player
[INFO] [stdout] ...   |
[INFO] [stdout] 454 | |             tournament_id as i32
[INFO] [stdout] 455 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:482:22
[INFO] [stdout]     |
[INFO] [stdout] 482 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 483 | |             r#"
[INFO] [stdout] 484 | |             SELECT
[INFO] [stdout] 485 | |                 tm.tournament_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 499 | |             tournament_id as i32
[INFO] [stdout] 500 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:534:22
[INFO] [stdout]     |
[INFO] [stdout] 534 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 535 | |             r#"
[INFO] [stdout] 536 | |             SELECT match, player, team, kills, deaths, assists, killstreak, dmg_dealt, dmg_taken,
[INFO] [stdout] 537 | |                    pickups, throws, passes, catches, strips, touchdowns, touchdown_passes,
[INFO] [stdout] ...   |
[INFO] [stdout] 543 | |             &match_ids_i32
[INFO] [stdout] 544 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/db/database.rs:32:22
[INFO] [stdout]    |
[INFO] [stdout] 32 |           let result = sqlx::query!(
[INFO] [stdout]    |  ______________________^
[INFO] [stdout] 33 | |             r#"
[INFO] [stdout] 34 | |      SELECT m.server, m.start_time, m.duration, m.winner, m.team_one_score, m.team_two_score,
[INFO] [stdout] 35 | |        m.map, m.is_tourney, m.team_one_name, m.team_two_name, m.team_one_color, m.team_two_color
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |             id as i32
[INFO] [stdout] 41 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/db/database.rs:77:22
[INFO] [stdout]    |
[INFO] [stdout] 77 |           let result = sqlx::query!(
[INFO] [stdout]    |  ______________________^
[INFO] [stdout] 78 | |                 r#"
[INFO] [stdout] 79 | |     SELECT m.match, m.server, m.start_time, m.duration, m.winner, m.team_one_score, m.team_two_score,
[INFO] [stdout] 80 | |            m.map, m.is_tourney, m.team_one_name, m.team_two_name, m.team_one_color, m.team_two_color,
[INFO] [stdout] ...  |
[INFO] [stdout] 86 | |     "#,
[INFO] [stdout] 87 | |             )
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:139:22
[INFO] [stdout]     |
[INFO] [stdout] 139 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 140 | |             r#"
[INFO] [stdout] 141 | |      SELECT m.match, m.server, m.start_time, m.duration, m.winner, m.team_one_score, m.team_two_score,
[INFO] [stdout] 142 | |        m.map, m.is_tourney, m.team_one_name, m.team_two_name, m.team_one_color, m.team_two_color,
[INFO] [stdout] ...   |
[INFO] [stdout] 149 | |             end_time_millis
[INFO] [stdout] 150 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:199:22
[INFO] [stdout]     |
[INFO] [stdout] 199 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 200 | |             r#"
[INFO] [stdout] 201 | |      SELECT player, team, kills, deaths, assists, killstreak, dmg_dealt, dmg_taken, pickups,
[INFO] [stdout] 202 | |      throws, passes, catches, strips, touchdowns, touchdown_passes, passing_blocks, receive_blocks,
[INFO] [stdout] ...   |
[INFO] [stdout] 206 | |             match_id as i32
[INFO] [stdout] 207 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:265:20
[INFO] [stdout]     |
[INFO] [stdout] 265 |           let name = sqlx::query_scalar!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 266 | |             r#"SELECT name FROM player_identities WHERE uuid = $1"#,
[INFO] [stdout] 267 | |             uuid_bytes.as_slice()
[INFO] [stdout] 268 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_scalar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:280:20
[INFO] [stdout]     |
[INFO] [stdout] 280 |           let name = sqlx::query_scalar!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 281 | |             r#"SELECT name FROM player_identities WHERE uuid = $1"#,
[INFO] [stdout] 282 | |             uuid_bytes
[INFO] [stdout] 283 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_scalar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:298:20
[INFO] [stdout]     |
[INFO] [stdout] 298 |           let rows = sqlx::query!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 299 | |             r#"
[INFO] [stdout] 300 | |             SELECT name, uuid
[INFO] [stdout] 301 | |             FROM player_identities
[INFO] [stdout] ...   |
[INFO] [stdout] 304 | |             &uuid_bytes
[INFO] [stdout] 305 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:335:22
[INFO] [stdout]     |
[INFO] [stdout] 335 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 336 | |             r#"
[INFO] [stdout] 337 | |             SELECT
[INFO] [stdout] 338 | |                 t.id,
[INFO] [stdout] ...   |
[INFO] [stdout] 351 | |             "#
[INFO] [stdout] 352 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:385:22
[INFO] [stdout]     |
[INFO] [stdout] 385 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 386 | |             r#"
[INFO] [stdout] 387 | |             SELECT id, name, date, winner_team_id
[INFO] [stdout] 388 | |             FROM tournament
[INFO] [stdout] ...   |
[INFO] [stdout] 391 | |             id as i32
[INFO] [stdout] 392 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:412:22
[INFO] [stdout]     |
[INFO] [stdout] 412 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 413 | |             r#"
[INFO] [stdout] 414 | |             SELECT tournament_id, team_id, captain_uuid
[INFO] [stdout] 415 | |             FROM tournament_team
[INFO] [stdout] ...   |
[INFO] [stdout] 419 | |             tournament_id as i32
[INFO] [stdout] 420 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:447:22
[INFO] [stdout]     |
[INFO] [stdout] 447 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 448 | |             r#"
[INFO] [stdout] 449 | |             SELECT tournament_id, team_id, player_uuid
[INFO] [stdout] 450 | |             FROM tournament_team_player
[INFO] [stdout] ...   |
[INFO] [stdout] 454 | |             tournament_id as i32
[INFO] [stdout] 455 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:482:22
[INFO] [stdout]     |
[INFO] [stdout] 482 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 483 | |             r#"
[INFO] [stdout] 484 | |             SELECT
[INFO] [stdout] 485 | |                 tm.tournament_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 499 | |             tournament_id as i32
[INFO] [stdout] 500 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/db/database.rs:534:22
[INFO] [stdout]     |
[INFO] [stdout] 534 |           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 535 | |             r#"
[INFO] [stdout] 536 | |             SELECT match, player, team, kills, deaths, assists, killstreak, dmg_dealt, dmg_taken,
[INFO] [stdout] 537 | |                    pickups, throws, passes, catches, strips, touchdowns, touchdown_passes,
[INFO] [stdout] ...   |
[INFO] [stdout] 543 | |             &match_ids_i32
[INFO] [stdout] 544 | |         )
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ghast` (bin "ghast" test) due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ghast` (bin "ghast") due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "c9694b9516e5f09d00fd1e5a958507b4fee8bb32f51edcd8142647166b73daf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9694b9516e5f09d00fd1e5a958507b4fee8bb32f51edcd8142647166b73daf6", kill_on_drop: false }`
[INFO] [stdout] c9694b9516e5f09d00fd1e5a958507b4fee8bb32f51edcd8142647166b73daf6
